micro_utils.dokka
/
dev.inmo.micro_utils.common
/
[jvm]EitherFirst
jvm
Either
First
data class
EitherFirst
<
T1
,
T2
>(t1:
T1
) :
Either
<
T1
,
T2
>
Content copied to clipboard
This type
Either
will always have not nullable
t1
Constructors
Properties
Constructors
EitherFirst
Link copied to clipboard
jvm
fun <
T1
>
EitherFirst
(t1:
T1
)
Content copied to clipboard
Properties
t1
Link copied to clipboard
jvm
open override val
t1
:
T1
Content copied to clipboard
t2
Link copied to clipboard
jvm
open override val
t2
:
T2
?
Content copied to clipboard